.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-lg-square{
    height: 48px;
    width: 48px;
}
.back-to-top{
    
}
.navbar-created-by-santu .navbar-midil {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    font-family: var(--fontfamily-main);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar-created-by-santu .navbar-midil .left-row {
    height: 100px;
    /* width: 24%; */
    width: 290px;
    display: flex;
    align-items: center;
    background:linear-gradient(376deg, #033053, #1679c5);
    color: var(--common-color);
    clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
}

.navbar-created-by-santu .navbar-midil .left-row .logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    padding-left: 15px;

}

.navbar-created-by-santu .navbar-midil .left-row .logo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.navbar-created-by-santu .navbar-midil .left-row .content {
    /* width: 100%; */
    height: auto;
    font-size: 20px;
    font-weight: 900;
    padding-left: 22px;
    cursor: pointer;
}

.navbar-created-by-santu .navbar-midil .ul-left-row {
    height: auto;
    width: 336px;
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--common-color);
    display: none;
    position: absolute;
    top: 14%;
    width: 92.5%;
    left: 0%;
}

.navbar-created-by-santu .navbar-midil .ul-left-row .logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: end;
    font-size: 30px;
    display: none;

}

.navbar-created-by-santu .navbar-midil .ul-left-row .logo img {
    position: absolute;
    left: 7%;
    top: 38%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.navbar-created-by-santu .navbar-midil .ul-left-row .content {
    width: 60%;
    height: auto;
    font-size: 35px;
    font-weight: 900;
    padding-left: 10px;
    display: none;

}

.navbar-created-by-santu .navbar-midil .midil-row {
    height: auto;
    align-content: center;
}

.navbar-created-by-santu .navbar-midil .midil-row ul i {
    display: none;
}

.navbar-created-by-santu .navbar-midil .midil-row ul {
    display: flex;
    list-style: none;
    font-weight: 550;
    font-size: 15px;
}

.navbar-created-by-santu .navbar-midil .midil-row ul li {
    padding: 0px 15px 0px 15px;
}

.navbar-created-by-santu .navbar-midil .midil-row ul li a {
    color: var(--secondary-color);
    text-decoration: none;
}

.navbar-created-by-santu .navbar-midil .third-row {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 50px;
    gap: 10px;
    z-index: -1;
}

.navbar-created-by-santu .navbar-midil .third-row .radius {
  border: 4px solid transparent;
  border-radius: 12px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(45deg, #00c6ff, #0072ff) border-box;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.navbar-created-by-santu .navbar-midil .third-row .radius i:nth-last-child(1) {
    position: absolute;
    right: 25%;
    bottom: 30%;
    display: none;
}


.navbar-created-by-santu .navbar-midil .third-row .radius1 {
  border: 4px solid transparent;
  border-radius: 12px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(45deg, #00c6ff, #0072ff) border-box;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    /* cursor: pointer; */
}

.navbar-created-by-santu .navbar-midil .right-row {
    height: 40px;
    width: 150px;
    background:linear-gradient(376deg, #033053, #1679c5);
    align-content: center;
    text-align: center;
    color: var(--common-color);
    font-weight: 550;
    font-family: var(--fontfamily-main);
    border-radius: 5px;
    cursor: pointer;
    z-index: -1;
}

.navbar-created-by-santu .navbar-midil .menu-bar {
    border: 1px solid rgb(231, 232, 233);
    height: 40px;
    width: 60px;
    font-size: 20px;
    text-align: center;
    align-content: center;
    display: none;
    position: absolute;
    right: 10%;
    box-shadow: 0px 0px 4px 0px rgb(231, 232, 233);

}